.container {
    width: 100%;
    max-width: 980px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* 顶部 */
.navbar {
    background: #fff;
    padding: 15px 0;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-header {
    display: flex;
    align-items: center;
}

.navbar .navbar-header .logo {
    background: transparent;
}

.navbar .navbar-header .logo img {
    display: block;
    height: 50px;
}

.navbar .navbar-header .icon {
    display: none;
}

.navbar .navbar-list {
    margin-right: -15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar .navbar-list li {
    margin: 0 10px;
}

.navbar .navbar-list li a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.navbar .navbar-list li a:hover {
    text-decoration: none;
    color: #2F9ED5;
    border-bottom: 2px solid #2F9ED5;
}

/* banner */
.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 3px;
}

.banner_txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_txt h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.banner_txt p {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.banner_txt .btn {
    margin-top: 40px;
}

.banner_txt .btn a {
    display: inline-block;
    padding: 10px 50px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
}

.banner_txt .btn a:hover {
    text-decoration: none;
    background: #fff;
    color: #2F9ED5;
}

/* 联系 */
.lx_wrap {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lx_wrap .notice {
    flex: 1;
    display: flex;
    align-items: center;
}

.lx_wrap .notice img {
    display: block;
    width: 22px;
    height: 20px;
    margin-right: 10px;
}

.lx_wrap .notice a {
    font-size: 14px;
    color: #2F9ED5;
}

.lx_wrap .lx {
    width: 250px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lx_wrap .lx p {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.lx_wrap .lx p:nth-child(1) {
    display: none;
}

.lx_wrap .lx p img {
    margin-right: 10px;
    display: block;
    width: 30px;
    height: 30px;
}

.lx_wrap .lx p span {
    font-weight: bold;
    font-size: 14px;
}


/* 内容 */
.pub_title {
    padding: 40px 0 30px 0;
    text-align: center;
}

.pub_title h3 {
    font-weight: bold;
    font-size: 24px;
    color: #333;
}


.pub_title h1 {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.pub_title p {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}


.about_info {
    /* background: url('./../img/aboutus_bg.jpg') center no-repeat; */
    background-size: 100% auto;
    /* min-height: 400px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.about_info .info {
    flex: 1;
    box-sizing: border-box;
    padding-right: 30px;
}

.about_info .info p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
}

.about_info .video {
    width: 490px;
    height: 306px;
    /* border-radius: 15px 0 0 15px; */
    overflow: hidden;
}

.about_info .info p.more_l {
    text-align: left;
    margin-bottom: 0;
}

.about_info .info p.more_l a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.about_info .info p.more_l a:hover {
    background: #2F9ED5;
    color: #fff;
}


.pro_class {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.pro_class li {
    margin: 0 5px;
}

.pro_class li a {
    display: block;
    padding: 10px 25px;
    color: #2F9ED5;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.pro_class li a:hover,
.pro_class li.active a {
    border: 2px solid #2F9ED5;
    background: #2F9ED5;
    color: #fff;
}

.pro_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pro_info li {
    width: 310px;
    margin-bottom: 20px;
    margin-right: 25px;
}

.pro_info li:nth-child(3n+3) {
    margin-right: 0;
}

.pro_info li a {
    text-decoration: none;
}

.pro_info li img {
    display: block;
    width: 100%;
}

.pro_info li p {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    background: #eee;
    padding: 10px 15px;
}

.pro_info li span {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro_info li span:nth-child(2) {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.pro_info li a:hover p {
    background: #2F9ED5;
    color: #fff;
}

.pro_info li a:hover p span {
    color: #fff;
}

p.mar-t30 {
    margin-top: -20px;
}

p.more_c {
    padding: 30px 0;
    text-align: center;
}

p.more_c a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    background: #2F9ED5;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

p.more_c a:hover {
    background: #2F9ED5;
}


.news_wrap {
    display: flex;
    justify-content: space-between;
}

.news_wrap ul.news {
    width: 310px;
}

.news_wrap ul.news li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.news_wrap ul.news li.bt {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.news_wrap ul.news li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_wrap ul.news li a:hover {
    color: #2F9ED5;
}

.news_wrap ul.news li span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: #666;
}

.map {
    width: 100%;
    height: 400px;
}

/* 页脚 */
.footer {
    background: #f6f6f6;
}

.cn_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.cn_list li {
    flex: 1;
    display: flex;
    align-items: center;
}

.cn_list li img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.cn_list li p {
    display: flex;
    flex-direction: column;
}

.cn_list li p span {
    display: block;
    width: 100%;
}

.cn_list li p span:nth-child(1) {
    font-size: 14px;
    color: #333;
}

.cn_list li p span:nth-child(2) {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.foot_menu {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.foot_menu ul.menu {
    display: flex;
    flex-direction: column;
}

.foot_menu ul.menu:nth-child(4) {
    width: 300px;
}

.foot_menu ul.menu li {}

.foot_menu ul.menu li.bt {
    color: #666;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    font-weight: bold;
}

.foot_menu ul.menu li a {
    display: block;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

.foot_menu ul.menu li a:hover {
    color: #2F9ED5;
}

.foot_menu .code {
    display: flex;
    flex-direction: column;
}

.foot_menu .code img {
    display: block;
    width: 120px;
}

.foot_menu .code span {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 26px;
}

.friend_link {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.friend_link .bt {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.friend_link a {
    margin-right: 20px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    line-height: 26px;
}

.friend_link a:hover {
    color: #2F9ED5;
}

.copyright {
    padding: 15px 0;
}

.copyright p:nth-child(1) {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.copyright p a.beian {
    display: flex;
    align-items: center;
}

.copyright p a.beian img {
    margin-right: 10px;
}

.copyright p a.beian {
    color: #666;
    font-size: 12px;
}

.copyright p a.beian:hover span {
    color: #2F9ED5;
    text-decoration: underline;
}

.other_icon {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other_icon a {
    margin: 0 15px;
}


/* 内页 */
.pub_banner {
    position: relative;
}

.pub_banner img {
    display: block;
    width: 100%;
}

.pub_content {
    padding-bottom: 20px;
}

.pub_content p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}

.pub_content .cimg {
    text-align: center;
}

.pub_content .cimg img {
    display: inline-block;
    max-width: 100%;
}



.contact_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.contact_wrap .tel_wrap {
    width: 450px;
    background: #F0F6FF;
    padding: 20px;
}


.contact_wrap .tel_wrap h3 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 35px;
    line-height: 30px;
    margin-bottom: 5px;
}
.contact_wrap .tel_wrap h3.dz {
    background: url('./../img/dz.png') left center no-repeat;
}
.contact_wrap .tel_wrap h3.dh {
    background: url('./../img/dh.png') left center no-repeat;
}
.contact_wrap .tel_wrap h3.lx {
    background: url('./../img/lx.png') left center no-repeat;
}
.contact_wrap .tel_wrap h3.yx {
    background: url('./../img/yx.png') left center no-repeat;
}


.contact_wrap .tel_wrap p {
    font-size: 14px;
    color: #333;
    padding-left: 35px;
}

.contact_wrap .guest_wrap {
    margin-left: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact_wrap .guest_wrap .guest_input {
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333;
}

.contact_wrap .guest_wrap .guest_input:focus {
    border: 1px solid #2F9ED5;
}

.contact_wrap .guest_wrap .guest_textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 30px;
    height: 120px;
    color: #333;
}

.contact_wrap .guest_wrap .guest_textarea:focus {
    border: 1px solid #2F9ED5;
}

.contact_wrap .guest_wrap p.guext_btn {
    line-height: 1;
    text-align: left;
}

.contact_wrap .guest_wrap p.guext_btn span {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    background: #2F9ED5;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.contact_wrap .guest_wrap p.guext_btn span:hover {
    background: #2F9ED5;
}


.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.page a {
    display: block;
    padding: 10px 13px;
    font-size: 14px;
    background: #ddd;
    margin: 0 5px;
    color: #333;
}

.page a.active,
.page a:hover {
    background: #2F9ED5;
    color: #fff;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news_list li {
    width: 310px;
    margin-bottom: 20px;
    margin-right: 25px;
}

.news_list li:nth-child(3n+3) {
    margin-right: 0;
}

.news_list li a {
    text-decoration: none;
}

.news_list li img {
    display: block;
    width: 100%;
}

.news_list li .info {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
}

.news_list li .info p:nth-child(1) {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list li .info p:nth-child(2) {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list li a:hover .info {
    background: #2F9ED5;
}

.news_list li a:hover .info p {
    color: #fff;
}

.news_list2 {
    list-style: none;
    margin-bottom: 20px;
}

.news_list2 li {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_list2 li a {
    font-size: 14px;
    color: #333;
}

.news_list2 li a:hover {
    color: #2F9ED5;
}

.news_list2 li span {
    font-size:14px;
    color: #999;
}

.pro_wrap {
    display: flex;
    align-items: flex-start;
}

.pro_wrap .pro_page {
    flex: 1;
}

.pro_wrap .pro_info li {
    width: 240px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.pro_wrap .r_class {
    width: 220px;
}

.pro_wrap .r_class li {
    margin-bottom: 1px;
}

.pro_wrap .r_class li .bt {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    background: #ddd;
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
}

.pro_wrap .r_class li .active {
    color: #2F9ED5;
}

.pro_wrap .r_class li dl {
    background: #fff;
    display: none;
}

.pro_wrap .r_class li dl dd {
    line-height: 1;
}

.pro_wrap .r_class li dl dd a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #333;
    line-height: 26px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 24px;
}

.pro_wrap .r_class li dl dd a:hover {
    color: #2F9ED5;
}

#wap_pro_class {
    display: none;
}



/* 右侧浮动 */

#side-bar {
    position: fixed;
    width: 50px;
    bottom: 200px;
    right: 10px;
    z-index: 1000;
}

#side-bar a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    display: flex;
    align-items: center;
    justify-content: center;
}

#side-bar a:hover {
    background: #2F9ED5
}

#side-bar a img {
    display: inline-block;
    width: 70%;
}

.hide_con {
    display: none;
    position: absolute;
    background: url('./../img/tc_bg.png') no-repeat;
    width: 157px;
    height: 140px;
    right: 55px;
    top: -35px;
    box-sizing: border-box;
    padding: 15px 30px 15px 25px;
}

.hide_con p {
    text-align: left;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.hide_con2 {
    display: none;
    position: absolute;
    background: url('./../img/tc_bg.png') no-repeat;
    width: 157px;
    height: 140px;
    right: 55px;
    top: -35px;
    box-sizing: border-box;
    padding: 10px 15px 10px 10px;
}

#side-bar a .hide_con2 img {
    width: 110px;
    height: 110px;
}


.pub_title2 {
    margin-bottom: 20px;
    text-align: left;
}

.pub_title2 h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding: 5px 0;
}

.pub_title2 p {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
.pub_title2 a {
    color: #2F9ED5;
}
